CmsRuntimeException rte = new CmsRuntimeException(Messages.get().container(
Messages.ERR_SEND_EMAIL_HOSTNAME_1,
host.getHostname()), me);
sfe.initCause(rte);
throw new EmailException(sfe);
}
} catch (MessagingException e) {
Messages.ERR_SEND_EMAIL_AUTHENTICATE_2,
host.getUsername(),
host.getHostname()));
rte.initCause(e);
throw rte;
} else {